home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / COMMUNICATION / BBS Software Systems / 1 BBS / Read Me Files / Module list 11⁄5⁄91 < prev    next >
Text File  |  1991-11-05  |  3KB  |  102 lines

  1.  
  2. (If you save this to a text file it looks better)
  3.  
  4. Where there are TWO names for ONE module, the programmers
  5. should contact each other and swap ideas. Please be open
  6. about this, it is a "team" effort and we ALL win in the end!
  7.  
  8. Modules that need to be written:
  9.  
  10.           MODULE DESCRIPTION                        PROGRAMMER
  11.           ------------------                        ----------
  12.  
  13.  
  14. Discussions. (forums, pubs...)                      NoamF
  15.  
  16. Files. (uploads/downloads) There are sub modules for
  17. this module that handles Xmodem, Zmodem etc..       N Hawthorn
  18.                                            (a limited version)
  19.  
  20. Edits the userlist. Weeds old users, deletes        N Hawthorn
  21. users etc...
  22.  
  23. Userlist Maint. Checks whole file for problems,     N Hawthorn
  24. missing characters etc... Compacts user file.
  25.  
  26. File list maint. Checks all files for problems,     N Hawthorn
  27. missing files etc... Makes "list of all files
  28. on this BBS", Compacts all file lists.
  29.  
  30. Sends several Bulletins, reads them from a folder,
  31. asks user which one to read.
  32.  
  33. System Daily Stats. Makes a text file for the day
  34. showing all types of good information that you ignore!
  35.  
  36.  
  37. User config edit. Lets the user change his configuration.
  38.                                                        N Hawthorn
  39.  
  40. Handles network functions. Interfaces to a network     Ken McKitt
  41. program (such as "Tabby"). Watches for "network mail"
  42. calls. There may be several of these modules written
  43. for each type of network (fido, CatNet...). A system
  44. may not function properly with two different network
  45. modules, this depends on the modules used.
  46.  
  47. Looks at the user's # of times on and prints a
  48. message accordingly (from a text file). Like
  49. "you can find files in the files section" for
  50. 1st, 2nd and 3rd call. "advanced users use the
  51. 'I' command to get faster access" for users over
  52. 10 calls. It should be totally configurable. It
  53. could also look at the users access level and
  54. send messages accordingly.
  55.  
  56. Sends a message ONE TIME only to the user. Checks
  57. the first line (which it doesn't send out) for
  58. a date. If this date is in the user's record then
  59. the message is bypassed. When the sysop enters a
  60. new message with a new date, the message is shown
  61. to all users at log on ONCE ONLY.
  62.  
  63. Sends the date/time with the Day spelled out.
  64.  
  65. New file search at log on for "file" type BBS's.
  66. Should be configurable to ask (Y/N) or just do it.
  67. Same code could be used to check for messages in
  68. "forum" areas (They are called "Discussions"
  69. on MUBBS).
  70.  
  71. Makes a text file of the user information for
  72. all users (selected by sysop menu).
  73.  
  74. Sorts the users by all kinds of different criteria
  75. and displays them on screen (can be printed to a
  76. file or printer).
  77.  
  78. A customizable logon qustionaire for new users
  79. that asks extra questions about the user.
  80. This same code could be used for a voluntary
  81. questionaire (for dating type systems?).
  82.  
  83. Lets a user auto validate by entering a password you
  84. give them (selected from the main menu).
  85.  
  86. External interface for other BBS externals & games.
  87. This would only work with modules that do not depend
  88. on the particular BBS system files! Something like
  89. games that do not edit users, or look at any BBS
  90. system files.
  91.  
  92. Dial back security module
  93.  
  94. MANUALS:
  95.  
  96.   You should supply some type of HELP file.
  97.  
  98.   Each module should come with a "READ ME" or "instructions" type file
  99. when distributed. This will be the full instructions for the module.
  100. Some modules may be so simple that the "help" file will suffice.
  101.  
  102.